home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / logrotate.d / ppp < prev    next >
Text File  |  2008-10-15  |  94b  |  10 lines

  1. /var/log/ppp-connect-errors {
  2.     weekly
  3.     rotate 4
  4.     missingok
  5.     notifempty
  6.     compress
  7.     nocreate
  8. }
  9.  
  10.